home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Game Levels 2
/
1,000 Game Levels 2.iso
/
DOSARC
/
1LECL20E.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-04-01
|
333b
|
20 lines
@ECHO OFF
Cls
If "%1"=="" Goto Error
ECHO Create Directory %1\LUNECL
md %1\LUNECL
Copy *.exe %1\LUNECL
Copy *.cfg %1\LUNECL
Copy *.dbf %1\LUNECL
Copy *.key %1\LUNECL
Copy *.txt %1\LUNECL
Copy *.diz %1\LUNECL
Copy *.dat %1\LUNECL
%1
cd \LUNECL
Cls
Lunecl.exe
Goto End
:Error
Echo Use Install c: or Install d:
:End